home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / sci / mathplot.lha / MathPlot / InstallMe < prev    next >
Text File  |  1993-03-04  |  216b  |  10 lines

  1. echo "You need mtool.library in LIBS:*N"
  2.  
  3. if exists libs:mtool.library
  4.  echo "Found version:"
  5.  version mtool.library
  6. else
  7.  echo "I'll install the library for you !"
  8.  copy mtool.library to libs:
  9. endif
  10. echo "*NReady !"